• frmRegistration_FirstRun.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmRegistration1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRegistration1))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.Panel4 = New System.Windows.Forms.Panel()
28         Me.Label7 = New System.Windows.Forms.Label()
29         Me.btnClose = New System.Windows.Forms.Button()
30         Me.Label6 = New System.Windows.Forms.Label()
31         Me.Label5 = New System.Windows.Forms.Label()
32         Me.btnSave = New System.Windows.Forms.Button()
33         Me.txtContactNo = New System.Windows.Forms.TextBox()
34         Me.txtEmailID = New System.Windows.Forms.TextBox()
35         Me.txtName = New System.Windows.Forms.TextBox()
36         Me.txtPassword = New System.Windows.Forms.TextBox()
37         Me.Label4 = New System.Windows.Forms.Label()
38         Me.Label3 = New System.Windows.Forms.Label()
39         Me.txtUserID = New System.Windows.Forms.TextBox()
40         Me.Panel2 = New System.Windows.Forms.Panel()
41         Me.Label1 = New System.Windows.Forms.Label()
42         Me.Panel1.SuspendLayout()
43         Me.Panel4.SuspendLayout()
44         Me.Panel2.SuspendLayout()
45         Me.SuspendLayout()
46         
'
47         
'Panel1
48         
'
49         Me.Panel1.BackColor = System.Drawing.Color.White
50         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
51         Me.Panel1.Controls.Add(Me.Panel4)
52         Me.Panel1.Controls.Add(Me.Panel2)
53         Me.Panel1.Location = New System.Drawing.Point(
8, 8)
54         Me.Panel1.Name =
"Panel1"
55         Me.Panel1.Size = New System.Drawing.Size(
328, 286)
56         Me.Panel1.TabIndex =
2
57         
'
58         
'Panel4
59         
'
60         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
61         Me.Panel4.Controls.Add(Me.Label7)
62         Me.Panel4.Controls.Add(Me.btnClose)
63         Me.Panel4.Controls.Add(Me.Label6)
64         Me.Panel4.Controls.Add(Me.Label5)
65         Me.Panel4.Controls.Add(Me.btnSave)
66         Me.Panel4.Controls.Add(Me.txtContactNo)
67         Me.Panel4.Controls.Add(Me.txtEmailID)
68         Me.Panel4.Controls.Add(Me.txtName)
69         Me.Panel4.Controls.Add(Me.txtPassword)
70         Me.Panel4.Controls.Add(Me.Label4)
71         Me.Panel4.Controls.Add(Me.Label3)
72         Me.Panel4.Controls.Add(Me.txtUserID)
73         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
74         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
75         Me.Panel4.Name =
"Panel4"
76         Me.Panel4.Size = New System.Drawing.Size(
310, 200)
77         Me.Panel4.TabIndex =
0
78         
'
79         
'Label7
80         
'
81         Me.Label7.AutoSize = True
82         Me.Label7.Location = New System.Drawing.Point(
7, 119)
83         Me.Label7.Name =
"Label7"
84         Me.Label7.Size = New System.Drawing.Size(
73, 15)
85         Me.Label7.TabIndex =
13
86         Me.Label7.Text =
"Contact No :"
87         
'
88         
'btnClose
89         
'
90         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
91         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
92         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
93         Me.btnClose.Location = New System.Drawing.Point(
213, 155)
94         Me.btnClose.Name =
"btnClose"
95         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
96         Me.btnClose.TabIndex =
6
97         Me.btnClose.Text =
"&Cancel"
98         Me.btnClose.UseVisualStyleBackColor = True
99         
'
100         
'Label6
101         
'
102         Me.Label6.AutoSize = True
103         Me.Label6.Location = New System.Drawing.Point(
7, 92)
104         Me.Label6.Name =
"Label6"
105         Me.Label6.Size = New System.Drawing.Size(
60, 15)
106         Me.Label6.TabIndex =
12
107         Me.Label6.Text =
"Email ID :"
108         
'
109         
'Label5
110         
'
111         Me.Label5.AutoSize = True
112         Me.Label5.Location = New System.Drawing.Point(
7, 65)
113         Me.Label5.Name =
"Label5"
114         Me.Label5.Size = New System.Drawing.Size(
47, 15)
115         Me.Label5.TabIndex =
11
116         Me.Label5.Text =
"Name :"
117         
'
118         
'btnSave
119         
'
120         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
121         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
122         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
123         Me.btnSave.Location = New System.Drawing.Point(
125, 155)
124         Me.btnSave.Name =
"btnSave"
125         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
126         Me.btnSave.TabIndex =
5
127         Me.btnSave.Text =
"&Register"
128         Me.btnSave.UseVisualStyleBackColor = True
129         
'
130         
'txtContactNo
131         
'
132         Me.txtContactNo.BackColor = System.Drawing.Color.White
133         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134         Me.txtContactNo.Location = New System.Drawing.Point(
125, 119)
135         Me.txtContactNo.Name =
"txtContactNo"
136         Me.txtContactNo.Size = New System.Drawing.Size(
170, 21)
137         Me.txtContactNo.TabIndex =
4
138         
'
139         
'txtEmailID
140         
'
141         Me.txtEmailID.BackColor = System.Drawing.Color.White
142         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.txtEmailID.Location = New System.Drawing.Point(
125, 92)
144         Me.txtEmailID.Name =
"txtEmailID"
145         Me.txtEmailID.Size = New System.Drawing.Size(
170, 21)
146         Me.txtEmailID.TabIndex =
3
147         
'
148         
'txtName
149         
'
150         Me.txtName.BackColor = System.Drawing.Color.White
151         Me.txtName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
152         Me.txtName.Location = New System.Drawing.Point(
125, 65)
153         Me.txtName.Name =
"txtName"
154         Me.txtName.Size = New System.Drawing.Size(
170, 21)
155         Me.txtName.TabIndex =
2
156         
'
157         
'txtPassword
158         
'
159         Me.txtPassword.BackColor = System.Drawing.Color.White
160         Me.txtPassword.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.txtPassword.Location = New System.Drawing.Point(
125, 38)
162         Me.txtPassword.Name =
"txtPassword"
163         Me.txtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
164         Me.txtPassword.Size = New System.Drawing.Size(
170, 21)
165         Me.txtPassword.TabIndex =
1
166         
'
167         
'Label4
168         
'
169         Me.Label4.AutoSize = True
170         Me.Label4.Location = New System.Drawing.Point(
7, 38)
171         Me.Label4.Name =
"Label4"
172         Me.Label4.Size = New System.Drawing.Size(
67, 15)
173         Me.Label4.TabIndex =
6
174         Me.Label4.Text =
"Password :"
175         
'
176         
'Label3
177         
'
178         Me.Label3.AutoSize = True
179         Me.Label3.Location = New System.Drawing.Point(
7, 14)
180         Me.Label3.Name =
"Label3"
181         Me.Label3.Size = New System.Drawing.Size(
54, 15)
182         Me.Label3.TabIndex =
0
183         Me.Label3.Text =
"User ID :"
184         
'
185         
'txtUserID
186         
'
187         Me.txtUserID.BackColor = System.Drawing.Color.White
188         Me.txtUserID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
189         Me.txtUserID.Location = New System.Drawing.Point(
125, 11)
190         Me.txtUserID.Name =
"txtUserID"
191         Me.txtUserID.Size = New System.Drawing.Size(
170, 21)
192         Me.txtUserID.TabIndex =
0
193         
'
194         
'Panel2
195         
'
196         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
197         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
198         Me.Panel2.Controls.Add(Me.Label1)
199         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
200         Me.Panel2.Name =
"Panel2"
201         Me.Panel2.Size = New System.Drawing.Size(
310, 62)
202         Me.Panel2.TabIndex =
0
203         
'
204         
'Label1
205         
'
206         Me.Label1.AutoSize = True
207         Me.Label1.BackColor = System.Drawing.Color.Transparent
208         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
209         Me.Label1.ForeColor = System.Drawing.Color.White
210         Me.Label1.Location = New System.Drawing.Point(
91, 19)
211         Me.Label1.Name =
"Label1"
212         Me.Label1.Size = New System.Drawing.Size(
120, 24)
213         Me.Label1.TabIndex =
0
214         Me.Label1.Text =
"Registration"
215         
'
216         
'frmRegistration1
217         
'
218         Me.AcceptButton = Me.btnSave
219         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
220         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
221         Me.BackColor = System.Drawing.Color.DarkSlateGray
222         Me.ClientSize = New System.Drawing.Size(
345, 302)
223         Me.Controls.Add(Me.Panel1)
224         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
225         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
226         Me.MaximizeBox = False
227         Me.MinimizeBox = False
228         Me.Name =
"frmRegistration1"
229         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
230         Me.Panel1.ResumeLayout(False)
231         Me.Panel4.ResumeLayout(False)
232         Me.Panel4.PerformLayout()
233         Me.Panel2.ResumeLayout(False)
234         Me.Panel2.PerformLayout()
235         Me.ResumeLayout(False)
236
237     End Sub
238     Friend WithEvents Panel1 As System.Windows.Forms.Panel
239     Friend WithEvents Panel4 As System.Windows.Forms.Panel
240     Friend WithEvents Label3 As System.Windows.Forms.Label
241     Friend WithEvents txtUserID As System.Windows.Forms.TextBox
242     Friend WithEvents btnClose As System.Windows.Forms.Button
243     Friend WithEvents btnSave As System.Windows.Forms.Button
244     Friend WithEvents Panel2 As System.Windows.Forms.Panel
245     Friend WithEvents Label1 As System.Windows.Forms.Label
246     Friend WithEvents Label7 As System.Windows.Forms.Label
247     Friend WithEvents Label6 As System.Windows.Forms.Label
248     Friend WithEvents Label5 As System.Windows.Forms.Label
249     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
250     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
251     Friend WithEvents txtName As System.Windows.Forms.TextBox
252     Friend WithEvents txtPassword As System.Windows.Forms.TextBox
253     Friend WithEvents Label4 As System.Windows.Forms.Label
254
255 End Class


Gõ tìm kiếm nhanh...